home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet 2002 February / Practical Internet February 2002.iso / pc / Software / SiteBuilding / HomeSite_Installer.exe / data1.cab / Wizards / HTML / MultimediaSynchronization_ParseTime.wizml < prev    next >
Encoding:
Text File  |  2001-10-11  |  328 b   |  12 lines

  1. <WIZSET Res = Time>
  2. <WIZSET Minutes = -1>
  3. <WIZLOOP condition="(Res gte 0)">
  4.     <WIZSET Minutes = Minutes + 1>
  5.     <WIZSET Res = Res - 60>
  6. </WIZLOOP>
  7.  
  8. <WIZSET Seconds = Time - ( 60 * Minutes )>
  9.  
  10. <WIZIF Minutes lt 10>    <WIZSET Minutes = '0' & Minutes>    </WIZIF>
  11. <WIZIF Seconds lt 10>    <WIZSET Seconds = '0' & Seconds>    </WIZIF>
  12.